home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / mvers341 / installc.bat < prev    next >
DOS Batch File  |  1996-01-25  |  606b  |  26 lines

  1. echo off
  2. cls
  3. echo This utility will install Memory Verse to your computer's
  4. echo hard disk drive C:
  5. echo.
  6. echo This utility will first create a new subdirectory C:\MVERSE
  7. echo.
  8. echo If your computer does not have a hard disk drive, or
  9. echo if you wish to abort this installation, press CTRL+BREAK
  10. echo or CTRL+C now!
  11. echo.
  12. echo Else to install Memory Verse to C:\MVERSE,
  13. pause
  14. md c:\mverse
  15. cls
  16. echo Installing Memory Verse...
  17. echo.
  18. copy mv*.* c:\mverse
  19. cls
  20. c:
  21. cd c:\mverse
  22. echo.
  23. echo Installation complete!
  24. echo.
  25. echo To begin Memory Verse, enter MVERSE at the DOS prompt...
  26. echo.